PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFComputedDigitalSignature Class / getSignatureData Method
In This Topic
    getSignatureData Method
    In This Topic
    Gets the raw signature data as it appears in the PDF file.
    Syntax
    public byte[] getSignatureData()

    Return Value

    The DER encoded signature data as byte array. If the signature string contains invalid HEX characters then the corresponding byte is set to 0.
    See Also